|
|
Marc Champagne <marcch.AT.videotron.DOT.ca> wrote:
> Would it not be wise for the scale statement to assume 1 instead of 0 for
> those vectors that are not specified.
Certainly not. That would seriously break things like translate x*5
or box { 0,1 }
It could be thinkable that the 'scale' command would be a special
case, where an element value of 0 is converted to 1. However, this is
what it already does. The only question is whether the warning is
relevant or not.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|